This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Domino JSP tag: <Domino:Input> ~Umberto Bubkrobergakoi 12.Jan.04 12:33 AM a Web browser Toolkits 6.0Windows 2000
Steve, thanks for the reply.
Something I found in the OC4J 10g release notes:
"JSP 2.0 tag file functionality does not work if JSP TLD caching is turned on. The default value of jsp-cache-tlds parameter is set to false in global-web-application.xml."
I took up your suggestion and hunted down global-web-application.xml and found <orion-web-app .... jsp-cache-tlds="false">.
First name
<domino:input name="firstName" /> <br>
Last name
<domino:input name="lastName" /> <br>
Phone
<domino:input name="phone" /> <br>
Email
<domino:input name="email" /> <br>
</domino:form>
Can you suggest any other place I can look for inadvertent caching because it's the most logical (not to mention the only) solution I've heard so far. Once again, thanks for all your help.